[Top] [Prev] [Next] [Bottom] [Contents]

SaGetApi

Determines whether the Sapphire server application is running as a CGI or other.

Synopsis

#include "SaRnHtml.h"
int SaGetApi();

Arguments

None.

Return Values

Returns 0 if running as a CGI and 1 if implemented in any other way.

Description

Determines whether the Sapphire server application is running as a CGI or other.

Example

int flag;
flag = SaGetApi();
if(flag == 0)
{
	/*** CGI mode ***/
}

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.